Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

This PR contains the following updates:

Package Type Update Change
github/codeql-action action minor v2.21.9 -> v2.28.1

Release Notes

github/codeql-action (github/codeql-action)

v2.28.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

This is the last planned release of the v2. To continue getting updates for the CodeQL Action, please switch to v3.

2.28.1 - 10 Jan 2025

  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #​2677
  • Update default CodeQL bundle version to 2.20.1. #​2678

See the full CHANGELOG.md for more information.

v2.28.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

This is the last planned release of the v2. To continue getting updates for the CodeQL Action, please switch to v3.

2.28.0 - 20 Dec 2024

  • Bump the minimum CodeQL bundle version to 2.15.5. #​2655
  • Don't fail in the unusual case that a file is on the search path. #​2660.

See the full CHANGELOG.md for more information.

v2.27.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.8

Compare Source

v2.27.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.7 - 10 Dec 2024

  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #​2631
  • Update default CodeQL bundle version to 2.20.0. #​2636

See the full CHANGELOG.md for more information.

v2.27.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.6 - 03 Dec 2024

  • Update default CodeQL bundle version to 2.19.4. #​2626

See the full CHANGELOG.md for more information.

v2.27.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.5 - 19 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #​2590

See the full CHANGELOG.md for more information.

v2.27.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.1 - 08 Nov 2024

  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #​2573
  • Update default CodeQL bundle version to 2.19.3. #​2576

See the full CHANGELOG.md for more information.

v2.27.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.27.0 - 22 Oct 2024

  • Bump the minimum CodeQL bundle version to 2.14.6. #​2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #​2557
  • Update default CodeQL bundle version to 2.19.2. #​2552

See the full CHANGELOG.md for more information.

v2.26.13

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.13 - 14 Oct 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.26.12

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.12 - 07 Oct 2024

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #​2520
    • If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace github/codeql-action/*@​v3 by github/codeql-action/*@​v3.26.11 and github/codeql-action/*@​v2 by github/codeql-action/*@​v2.26.11 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

See the full CHANGELOG.md for more information.

v2.26.11

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.11 - 03 Oct 2024

  • Upcoming breaking change: Add support for using actions/download-artifact@v4 to programmatically consume CodeQL Action debug artifacts.
    Starting November 30, 2024, GitHub.com customers will no longer be able to use actions/download-artifact@v3. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set the CODEQL_ACTION_ARTIFACT_V4_UPGRADE environment variable to true and bump actions/download-artifact@v3 to actions/download-artifact@v4 in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped to actions/download-artifact@v3 to actions/download-artifact@v4 will begin failing then.
    This change is currently unavailable for GitHub Enterprise Server customers, as actions/upload-artifact@v4 and actions/download-artifact@v4 are not yet compatible with GHES.

See the full CHANGELOG.md for more information.

v2.26.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.10 - 30 Sep 2024

  • We are rolling out a feature in September/October 2024 that sets up CodeQL using a bundle compressed with Zstandard. Our aim is to improve the performance of setting up CodeQL. #​2502

See the full CHANGELOG.md for more information.

v2.26.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.9 - 24 Sep 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.26.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.8 - 19 Sep 2024

  • Update default CodeQL bundle version to 2.19.0. #​2483

See the full CHANGELOG.md for more information.

v2.26.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.7 - 13 Sep 2024

  • Update default CodeQL bundle version to 2.18.4. #​2471

See the full CHANGELOG.md for more information.

v2.26.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.6 - 29 Aug 2024

  • Update default CodeQL bundle version to 2.18.3. #​2449

See the full CHANGELOG.md for more information.

v2.26.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.5 - 23 Aug 2024

  • Fix an issue where the csrutil system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled. #​2441

See the full CHANGELOG.md for more information.

v2.26.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.4 - 21 Aug 2024

  • Deprecation: The add-snippets input on the analyze Action is deprecated and will be removed in the first release in August 2025. #​2436
  • Fix an issue where the disk usage system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled, and then surface a warning. The system call is now disabled for these machines. #​2434

See the full CHANGELOG.md for more information.

v2.26.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.3 - 19 Aug 2024

  • Fix an issue where the CodeQL Action could not write diagnostic messages on Windows. This issue did not impact analysis quality. #​2430

See the full CHANGELOG.md for more information.

v2.26.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.2 - 14 Aug 2024

  • Update default CodeQL bundle version to 2.18.2. #​2417

See the full CHANGELOG.md for more information.

v2.26.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.1 - 13 Aug 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.26.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.26.0 - 06 Aug 2024

  • Deprecation: Swift analysis on Ubuntu runner images is no longer supported. Please migrate to a macOS runner if this affects you. #​2403
  • Bump the minimum CodeQL bundle version to 2.13.5. #​2408

See the full CHANGELOG.md for more information.

v2.25.15

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.15 - 26 Jul 2024

  • Update default CodeQL bundle version to 2.18.1. #​2385

See the full CHANGELOG.md for more information.

v2.25.14

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.14 - 25 Jul 2024

  • Experimental: add a new start-proxy action which starts the same HTTP proxy as used by github/dependabot-action. Do not use this in production as it is part of an internal experiment and subject to change at any time.

See the full CHANGELOG.md for more information.

v2.25.13

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.13 - 19 Jul 2024

  • Add codeql-version to outputs. #​2368
  • Add a deprecation warning for customers using CodeQL version 2.13.4 and earlier. These versions of CodeQL were discontinued on 9 July 2024 alongside GitHub Enterprise Server 3.9, and will be unsupported by CodeQL Action versions 3.26.0 and later and versions 2.26.0 and later. #​2375
    • If you are using one of these versions, please update to CodeQL CLI version 2.13.5 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.12.6 and 2.13.4, you can replace github/codeql-action/*@​v3 by github/codeql-action/*@​v3.25.13 and github/codeql-action/*@​v2 by github/codeql-action/*@​v2.25.13 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

See the full CHANGELOG.md for more information.

v2.25.12

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.12 - 12 Jul 2024

  • Improve the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode on GitHub Enterprise Server. This feature is already available to GitHub.com users. #​2353
  • Update default CodeQL bundle version to 2.18.0. #​2364

See the full CHANGELOG.md for more information.

v2.25.11

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.11 - 28 Jun 2024

  • Avoid failing the workflow run if there is an error while uploading debug artifacts. #​2349
  • Update default CodeQL bundle version to 2.17.6. #​2352

See the full CHANGELOG.md for more information.

v2.25.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.10 - 13 Jun 2024

  • Update default CodeQL bundle version to 2.17.5. #​2327

See the full CHANGELOG.md for more information.

v2.25.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.9 - 12 Jun 2024

  • Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #​2330
  • The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #​2332

See the full CHANGELOG.md for more information.

v2.25.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.8 - 04 Jun 2024

  • Update default CodeQL bundle version to 2.17.4. #​2321

See the full CHANGELOG.md for more information.

v2.25.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.7 - 31 May 2024

  • We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #​2306

See the full CHANGELOG.md for more information.

v2.25.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.6 - 20 May 2024

  • Update default CodeQL bundle version to 2.17.3. #​2295

See the full CHANGELOG.md for more information.

v2.25.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.5 - 13 May 2024

  • Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the README.md. #​2273
  • Avoid printing out a warning for a missing on.push trigger when the CodeQL Action is triggered via a workflow_call event. #​2274

See the full CHANGELOG.md for more information.

v2.25.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.4 - 08 May 2024

  • Update default CodeQL bundle version to 2.17.2. #​2270

See the full CHANGELOG.md for more information.

v2.25.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.3 - 25 Apr 2024

  • Update default CodeQL bundle version to 2.17.1. #​2247
  • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #​2261

See the full CHANGELOG.md for more information.

v2.25.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.2 - 22 Apr 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.25.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.1 - 17 Apr 2024

  • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #​2235
  • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #​2245

See the full CHANGELOG.md for more information.

v2.25.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.25.0 - 15 Apr 2024

  • The deprecated feature for extracting dependencies for a Python analysis has been removed. #​2224
    As a result, the following inputs and environment variables are now ignored:
    • The setup-python-dependencies input to the init Action
    • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable
      We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.
  • Automatically overwrite an existing database if found on the filesystem. #​2229
  • Bump the minimum CodeQL bundle version to 2.12.6. #​2232
  • A more relevant log message and a diagnostic are now emitted when the file program is not installed on a Linux runner, but is required for Go tracing to succeed. #​2234

See the full CHANGELOG.md for more information.

v2.24.11

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.24.10 - 05 Apr 2024

  • Update default CodeQL bundle version to 2.17.0. #​2219
  • Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #​2220
    • If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace github/codeql-action/*@​v3 by github/codeql-action/*@​v3.24.10 and github/codeql-action/*@​v2 by github/codeql-action/*@​v2.24.10 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

See the full CHANGELOG.md for more information.

v2.24.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

2.24.10 - 05 Apr 2024

  • Update default CodeQL bundle version to 2.17.0. #​2219
  • Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #​2220
    • If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace github/codeql-action/*@​v3 by github/codeql-action/*@​v3.24.10 and github/codeql-action/*@​v2 by github/codeql-action/*@​v2.24.10 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

See the full CHANGELOG.md for more information.

v2.24.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 30, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate bot added dependencies Pull requests that update a dependency file security labels Oct 30, 2023
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.22.3 chore(deps): update github/codeql-action action to v2.22.4 Nov 4, 2023
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from cb75eec to 8f6fafa Compare November 4, 2023 18:34
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 0 1 1 0
Security Audit for Infrastructure 0 1 0 0
Shell Script Analysis 0 0 0 0

Recommendation

Looks good ✔️

@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.22.4 chore(deps): update github/codeql-action action to v2.22.5 Nov 11, 2023
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 8f6fafa to e8d3c4a Compare November 11, 2023 10:25
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.22.5 chore(deps): update github/codeql-action action to v2.22.6 Nov 29, 2023
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from e8d3c4a to 76f7ce4 Compare November 29, 2023 13:02
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 0 1 1 0
Shell Script Analysis 0 0 0 0
Security Audit for Infrastructure 0 1 0 0

Recommendation

Looks good ✔️

@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.22.6 chore(deps): update github/codeql-action action to v2.22.7 Dec 1, 2023
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 76f7ce4 to 4ec3e08 Compare December 1, 2023 13:51
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.22.7 chore(deps): update github/codeql-action action to v2.22.8 Dec 8, 2023
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 4ec3e08 to 461b35e Compare December 8, 2023 13:42
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 461b35e to 9d081fb Compare December 22, 2023 12:50
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.22.8 chore(deps): update github/codeql-action action to v2.22.9 Dec 22, 2023
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 9d081fb to 071884c Compare December 27, 2023 17:19
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.22.9 chore(deps): update github/codeql-action action to v2.22.10 Dec 27, 2023
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 071884c to 8b8d192 Compare December 28, 2023 21:06
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.22.10 chore(deps): update github/codeql-action action to v2.22.11 Dec 28, 2023
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 8b8d192 to 964e89c Compare January 6, 2024 19:56
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.22.11 chore(deps): update github/codeql-action action to v2.22.12 Jan 6, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 964e89c to fa88deb Compare January 23, 2024 16:31
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.22.12 chore(deps): update github/codeql-action action to v2.23.0 Jan 23, 2024
@renovate renovate bot assigned timoa Jan 23, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from fa88deb to c0a6819 Compare February 1, 2024 18:45
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.23.0 chore(deps): update github/codeql-action action to v2.23.1 Feb 1, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from c0a6819 to 05f9bb2 Compare February 10, 2024 16:54
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.23.1 chore(deps): update github/codeql-action action to v2.23.2 Feb 10, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 492ff20 to 5bf0a4e Compare October 22, 2024 18:06
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.26.11 chore(deps): update github/codeql-action action to v2.26.12 Oct 22, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 5bf0a4e to 96471a1 Compare October 29, 2024 13:50
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.26.12 chore(deps): update github/codeql-action action to v2.26.13 Oct 29, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 96471a1 to 9a557a2 Compare November 6, 2024 18:48
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.26.13 chore(deps): update github/codeql-action action to v2.27.0 Nov 6, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 9a557a2 to b395398 Compare November 23, 2024 19:04
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.27.0 chore(deps): update github/codeql-action action to v2.27.1 Nov 23, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from b395398 to 4fa7a5a Compare November 27, 2024 12:30
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.27.1 chore(deps): update github/codeql-action action to v2.27.2 Nov 27, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 4fa7a5a to 2f5b8f4 Compare November 27, 2024 22:57
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.27.2 chore(deps): update github/codeql-action action to v2.27.3 Nov 27, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 2f5b8f4 to 8d62d40 Compare November 29, 2024 19:01
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.27.3 chore(deps): update github/codeql-action action to v2.27.4 Nov 29, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 8d62d40 to effa033 Compare December 5, 2024 19:56
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.27.4 chore(deps): update github/codeql-action action to v2.27.5 Dec 5, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from effa033 to 8ab2f59 Compare December 18, 2024 13:55
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.27.5 chore(deps): update github/codeql-action action to v2.27.6 Dec 18, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 8ab2f59 to 49e7075 Compare December 25, 2024 17:16
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.27.6 chore(deps): update github/codeql-action action to v2.27.7 Dec 25, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 49e7075 to 6df5886 Compare December 28, 2024 01:09
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.27.7 chore(deps): update github/codeql-action action to v2.27.9 Dec 28, 2024
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from 6df5886 to b48aee1 Compare January 4, 2025 22:10
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.27.9 chore(deps): update github/codeql-action action to v2.28.0 Jan 4, 2025
| datasource  | package              | from    | to      |
| ----------- | -------------------- | ------- | ------- |
| github-tags | github/codeql-action | v2.21.9 | v2.28.1 |
@renovate renovate bot force-pushed the fix/deps/github-codeql-action-2.x branch from b48aee1 to d993221 Compare January 25, 2025 21:31
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.28.0 chore(deps): update github/codeql-action action to v2.28.1 Jan 25, 2025
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.28.1 chore(deps): update github/codeql-action action to v2.28.1 - autoclosed Nov 12, 2025
@renovate renovate bot closed this Nov 12, 2025
@renovate renovate bot deleted the fix/deps/github-codeql-action-2.x branch November 12, 2025 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants